home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / text+faqs / amiga-report / 323 / zip / pczip next >
Text File  |  1996-02-26  |  702b  |  33 lines

  1. /* Mountfile for MS-DOS formatted ZIP-Media
  2.  *
  3.  * Creation-Date: 21-Nov-95 22:52:21
  4.  */
  5.  
  6. /* Device driver parameters.*/
  7.   Device = <name of your device-driver>
  8.   Unit   = <5 or 6 - changeable via switch on the backside of the drive>
  9.   Flags  = 0x00000000
  10.  
  11. /* Disk size parameters.*/
  12.   Surfaces       = 1
  13.   BlocksPerTrack = 1
  14.   Lowcyl         = 0
  15.   Highcyl        = 196607
  16.   BufMemType     = 0
  17.   Blocksize      = 512
  18.  
  19. /* File system parameters.*/
  20.   Mask        = 0x7FFFFFFC
  21.   Maxtransfer = 0x0001FE00
  22.   Reserved    = 6
  23.   Filesystem  = L:CrossDOSFileSystem
  24.   Stacksize   = 2000
  25.   Priority    = 5
  26.   Bootpri     = -20
  27.   Globvec     = -1
  28.   Buffers     = 128
  29.   Dostype     = 0x4d534800
  30.   Mount       = 1
  31. #
  32.  
  33.